Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > SetRange Method : SetRange(Int32,BaseToolbarItem[]) Method |
Copies the elements of a collection over a range of elements in this collection.
[Visual Basic]
Overloads Public Sub SetRange( _
ByVal index As Integer, _
ByVal c() As BaseToolbarItem _
)
[C#]
public void SetRange(
int index,
BaseToolbarItem[] c
);
[C++]
public: void SetRange(
int index,
BaseToolbarItem*[]* c
)
[C++/CLI]
public:
void SetRange(
int index,
BaseToolbarItem^array<c>^ c
)
This method both copies the elements of c to this collection, and adds a reference to these objects in the ASP.NET web control heirarchy.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarItemCollection Class | ToolbarItemCollection Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.